home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
eggdrop
/
eggdrop11.lha
/
help
/
dcc.set.motd
< prev
next >
Wrap
Text File
|
1997-04-05
|
872b
|
19 lines
!master
### set motd <motd-file>
specifies the "Message Of The Day" file. this should be a
text file. it will be displayed to users as they enter a
dcc chat session with the bot (so it shouldn't be TOO long).
there are a few %-variables you can insert into the motd,
which will be interpreted by eggdrop:
%%B bot's nickname (ie, "%B")
%%V current eggdrop version (ie, "%V")
%%E long form of %%V (ie, "%E")
%%C channels the bot is on (ie, "%C")
%%A whatever is set in 'admin' (see 'set admin')
%%T the current time (ie, "%T")
%%N the current user's nickname (ie, "%N")
%%%% a percent sign ("%%")
you can also encode messages just for ops or masters:
%%(Anything between "%%(" and "%%)" is shown only to ops.%%)
%%[Anything between "%%[" and "%%]" is shown only to masters.%%]